home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Gamer UK 103 / CD_Gamer_Issue_103_Disc_1_PCG103A1201_December_2001.iso / util.dxr / 00103_weblink 7.ls < prev    next >
Encoding:
Text File  |  2001-10-02  |  130 b   |  12 lines

  1. on mouseEnter me
  2.   cursor(280)
  3. end
  4.  
  5. on mouseLeave me
  6.   cursor(-1)
  7. end
  8.  
  9. on mouseUp me
  10.   gotoNetPage("http://windowsmedia.com")
  11. end
  12.